home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1094 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. From: "Kevin O'Donovan" <abaddon@nasoftwr.demon.co.uk>
  2. Subject: Re: Gem List
  3. Date: Thu, 28 Jul 1994 11:31:32 +0100 (BST)
  4. In-Reply-To: <75940728015957/0006795560PK1EM@mcimail.com> from "Daniel J. Hollis" at Jul 27, 94 08:59:00 pm
  5. Precedence: bulk
  6.  
  7.   > > Surely its as simple as not checking for WM_TOPPED messages for it in
  8.   > > your event loop.
  9.  
  10.   > No.  It IS that easy.  Simply trap the WM_TOPPED message.  All you have to
  11.   > do when you receive it is to:
  12.   > 
  13. Errmm, isn't that what I just said :-)
  14.  
  15.   > cut-and-paste for editing objects.  As for improved character entry
  16.   > verification, that can be done without an objc_edit routine.
  17. Again, isn't that what I said? Or rather the converse, that it can't be done
  18. using objc_edit? My approach is to have a callback for the textfield that
  19. gets activated whenever a character is pressed. The user can then do whatever
  20. verification he wants in that routine and return one of a set of values to
  21. indicate whether the key should be displayed or ignored, or whether it has
  22. a special function. You can of course do things other than verification in
  23. the callback routine - you want a second textfield echoing the input in german
  24. as its typed in english - you got it! ;-)
  25.  
  26.   > Multi-line
  27.   > text fields cannot be done w/o a custom routine, but it's not hard to do.
  28.   > 
  29. No, it wasn't hard.
  30.  
  31.  
  32. -- 
  33. Kevin O'Donovan
  34. abaddon@nasoftwr.demon.co.uk
  35. kebab@cix.compulink.co.uk
  36.  
  37. Taste me, taste me--I'm organic
  38.  
  39.